From: Luc Teirlinck Date: Sun, 30 Nov 2003 17:12:40 +0000 (+0000) Subject: Add EXFUN for Fget_char_property_and_overlay. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24852 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=510610d0226e38586fb3f03f23e881669f9299d7;p=emacs.git Add EXFUN for Fget_char_property_and_overlay. --- diff --git a/src/intervals.h b/src/intervals.h index 152b673d353..060731be64e 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -328,6 +328,7 @@ extern Lisp_Object Vtext_property_default_nonsticky; extern Lisp_Object Qfront_sticky, Qrear_nonsticky; EXFUN (Fget_char_property, 3); +EXFUN (Fget_char_property_and_overlay, 3); EXFUN (Fget_text_property, 3); EXFUN (Ftext_properties_at, 2); EXFUN (Fnext_property_change, 3);